OnClientRowEditStarting Property (TransposedGrid<T>)
In This Topic
Occurs before a row enters edit mode.
Syntax
'Declaration
Public Overridable Property OnClientRowEditStarting As String
public virtual string OnClientRowEditStarting {get; set;}
See Also